home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / mac / MAC.Dir / 00060_skip.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  564 b   |  27 lines

  1. on mouseDown
  2.   global skip, men, movie
  3.   if movie = 47 then
  4.     set men to 0
  5.   end if
  6.   repeat with q = 5 to 11
  7.     puppetSprite(q, 0)
  8.   end repeat
  9.   puppetTempo(120)
  10.   unloadMember(movie)
  11.   puppetSprite(1, 0)
  12.   cursor(200)
  13.   set the cursor of sprite 5 to 200
  14.   set the cursor of sprite 6 to 200
  15.   set the cursor of sprite 7 to 200
  16.   set the cursor of sprite 8 to 200
  17.   set the cursor of sprite 9 to 200
  18.   set the cursor of sprite 10 to 200
  19.   set the cursor of sprite 11 to 200
  20.   if men = 0 then
  21.     go(1)
  22.   else
  23.     set the colorDepth to 8
  24.     go(2)
  25.   end if
  26. end
  27.